'Declaration Public Overloads Sub PointsFromPageSpaceToVisualToolSpace( _
ByVal pointsProvides points, in the PDF page coordinate space, to convert; returns the converted points, in the visual tool coordinate space.() As System.Windows.Point, _
ByVal imageAn image associated with PDF pageAs Vintasoft.Imaging.VintasoftImage _
)
public void PointsFromPageSpaceToVisualToolSpace(
System.Windows.Point[] points,
Vintasoft.Imaging.VintasoftImage image
)
public: void PointsFromPageSpaceToVisualToolSpace(
System.Windows.Point[]* points,
Vintasoft.Imaging.VintasoftImage* image
)
public:
void PointsFromPageSpaceToVisualToolSpace(
array<System.Windows.Point>^ points,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- points
- Provides points, in the PDF page coordinate space, to convert; returns the converted points, in the visual tool coordinate space.
- image
- An image associated with PDF page